clearActivityLog

suspend fun clearActivityLog(): Unit?

Clears all stored activity log entries for the current SDK instance.

If the Activity Log feature was not enabled during SDK initialization, or the Activity Log repository is not available for this instance, this does nothing.

Throws

If the Activity Log storage cannot be opened or initialized.

If reading or mapping activity log entries fails for any other reason.